From 200560eff3a94eeb8c24552dc3de1e85158c3b0c Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Thu, 1 Sep 2011 10:35:12 +0000 Subject: [PATCH] Followup r95957, add =null to Skin::outputPage too --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 8e2a6c82b5..5eb27ccacc 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -282,7 +282,7 @@ abstract class Skin extends ContextSource { * Outputs the HTML generated by other functions. * @param $out OutputPage */ - abstract function outputPage( OutputPage $out ); + abstract function outputPage( OutputPage $out=null ); static function makeVariablesScript( $data ) { if ( $data ) { -- 2.20.1